Zero Padding
This function will add zeros to the beginning of any number found in the line.
- Zero Padding - The number you enter here is the number of digits all number found will have after processing. Zeros will be used to fill the missing digits.
Example:
-
1
20
300
Zero padding with 3 digits would result in:
001
020
300
Note: You can use the re-number function to zero pad only specific numbers.